Changes after review
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 20 Mar 2019 15:37:15 +0000 (15:37 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 26 Mar 2019 00:11:27 +0000 (00:11 +0000)
commit65965bed16df9745145fa8878f68db02d539aab0
tree11b6cca1d3c5c9b52d31c4515cf095164672588a
parent630442f31c3fcbdb191997f72aea9228a232fb58
Changes after review

 - Rename GtkLegacyLayout to GtkCustomLayout
 - Use for() to iterate over children in GtkBinLayout
 - Whitespace fixes for code imported from GtkBox
 - Store the GtkLayoutChild instances inside LayoutManager
 - Simplify the GtkLayoutManager API by dropping unnecessary arguments
 - Fix the ownership model of GtkLayoutManager
14 files changed:
gtk/gtk.h
gtk/gtkbinlayout.c
gtk/gtkbinlayout.h
gtk/gtkboxlayout.c
gtk/gtkcustomlayout.c [new file with mode: 0644]
gtk/gtkcustomlayout.h [new file with mode: 0644]
gtk/gtklayoutmanager.c
gtk/gtklayoutmanager.h
gtk/gtklegacylayout.c [deleted file]
gtk/gtklegacylayoutprivate.h [deleted file]
gtk/gtksizerequest.c
gtk/gtkswitch.c
gtk/gtkwidget.c
gtk/meson.build